Clarify that the string argument in gtk_accel_label_new most be non-NULL.
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 01:32:26 +0000 (01:32 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 01:32:26 +0000 (01:32 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/tmpl/gtkaccellabel.sgml: Clarify that the string
argument in gtk_accel_label_new most be non-NULL.
This fixes #54826.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaccellabel.sgml

index 45f1e7278c891b91af5e3e2c357da33e33b7a016..68367e1dc8b11cbb89a5c0fdfc2c737c54d0a1d0 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/tmpl/gtkaccellabel.sgml: Clarify that the string
+       argument in gtk_accel_label_new most be non-NULL.
+       This fixes #54826.
+
        * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
        of 0 means infinity. This fixes #58771.
 
index 175148821c7bc7d023581b3c273f306897346c1b..2c82003aa48f94606841e2e96a7073f1b6e29f23 100644 (file)
@@ -90,7 +90,7 @@ should be accessed using the functions below.
 Creates a new #GtkAccelLabel.
 </para>
 
-@string: the label string.
+@string: the label string. Must be non-NULL.
 @Returns: a new #GtkAccelLabel.